home *** CD-ROM | disk | FTP | other *** search
- /*
- File: MenuStuff.h
- Contains: Menu handling routine Headers.
- Written by: Jason Hodges-Harris & Don Swatman
- Copyright: © 1995 by Apple Computer, Inc., all rights reserved.
- */
-
-
-
- #ifndef __MENUSTUFF__
- #define __MENUSTUFF__
-
- //----------------------------------------------
- // Prototypes
- //----------------------------------------------
-
- void MenuBarInit (void);
- void DoAdjustMenus(void);
-
- void DoMenuCommand(long menuResult);
-
-
- #endif